DELETE SOUND

This command will delete the specified sound previously loaded into Sound Number.

  Syntax
DELETE SOUND Sound Number
  Parameters
Sound Number
Integer
The command will delete the specified sound previously loaded into Sound Number

  Returns

This command does not return a value.

  Example Code
cls
load sound "man.wav",1
play sound 1
wait 1000*8
stop sound 1
delete sound 1
do
loop
end
  See also

SOUND Commands Menu
Index